home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-30 | 429 bĀ | 31 lines | [TEXT/CWIE] |
- { AMReminderMain.p -- Main }
- { Created 10/30/98 1:03 PM by AppMaker }
-
- Program AMReminder;
-
- Uses
- Types,
- Quickdraw,
- Controls,
- Dialogs,
- Events,
- Lists,
- Menus,
- TextEdit,
-
- Globals,
- EventLoop,
- AMReminderApp;
-
- {----------}
- Begin
- gApplication := NewAMReminderApp;
- Initialize;
- if sysConfig.hasAppleEvents then begin
- { wait for OApp, ODoc, or PDoc AppleEvent }
- end else begin
- gApplication.OpenApp;
- end;
- MainLoop;
- End.
-